home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / mus / play / DelfMPEG.lha / DelfMPEG / src / CHANGES < prev    next >
Text File  |  2002-10-30  |  4KB  |  109 lines

  1. DelfMPEG CHANGES
  2.  
  3.  
  4. 0.9 (Tue 29-Oct-2002)
  5.     -mp3 decoder:
  6.       -synthesis - corrected output level
  7.       -huffman/scaling - reorder short blocks only (less memory)
  8.       -scaling - skip zero scalefactor bands (tiny speedup)
  9.     -mp2 decoder:
  10.       -synthesis - corrected output level
  11.     -OUTFILE option added (write decoded data to a file)
  12.  
  13.  
  14. 0.8 (Sun 28-Oct-2001)
  15.     -mp3 decoder:
  16.       -tiny speedup (further optimized huffman decoding)
  17.     -file reader:
  18.       -added playlist interpreter
  19.        (if a file is not recognized as MPEG-1 audio then it is interpreted
  20.        as a playlist file: one file name per line; comment lines beginning
  21.        with a '#' character are ignored.  this playlist format is generated
  22.        by popular player programs like AMPlifier, Winamp (*.m3u), etc.)
  23.  
  24.  
  25. 0.7 (Sat 07-Apr-2001)
  26.     -mp3 decoder:
  27.       -fixed a bug which had caused minor distortions
  28.        it was there from the very beginning - nobody ever noticed it??!!
  29.       -implemented INTENSITY STEREO decoding (at last)
  30.  
  31.  
  32. 0.6 (Thu 27-Jul-2000)
  33.     -file reader:
  34.       -fixed a bug in the RIFF header recognition
  35.     -implemented ARexx interface (AREXX/S option added)
  36.  
  37.  
  38. 0.5 (Sat 08-Jul-2000)
  39.     -file reader:
  40.       -RIFF header recognition added
  41.        (for all guys out there using W*nd*ws encoders)
  42.       -better handling of unknown data at the beginning of files
  43.        (now it should recognize more files with strange headers)
  44.  
  45.  
  46. 0.4 (Tue 16-May-2000)
  47.     -mp3 decoder:
  48.       -significant speedup!
  49.        (synthesis, hybrid filter and huffman routines optimized)
  50.       -bit reservoir handling (performed by the 68K CPU) is now done after
  51.        calling the DSP decoding routine. this reduces latency time of the
  52.        interrrupt server, indirectly resulting in another little speedup.
  53.     -mp2 decoder:
  54.       -speedup (synthesis routine optimized)
  55.     -file reader:
  56.       -bugfix: SHOWTAG option caused problems for files with ID3v2 tag
  57.       -better sanity check (frame headers) and error report
  58.       -resync feature and STRICT/S option added
  59.       -Xing VBR header recognition added (info for Variable BitRate files)
  60.     -DACRATE/K/N option added
  61.     -VOLUME/K/N option added
  62.  
  63.  
  64. 0.3 (Sun 09-Apr-2000)
  65.     -mp3 decoder implemented:
  66.       -yes, finally it's here!
  67.        hello to the people who said this would be impossible. ;)
  68.        thanks to all who supported me with their ideas and source codes.
  69.       -INTENSITY STEREO decoding is not implemented yet...
  70.     -mp2 decoder improved:
  71.       -subband synthesis routine optimized
  72.        (slightly faster and shorter code, using more internal P-memory)
  73.       -using more internal L-memory for a little speedup
  74.       -fixed the "low-bitrate streams sounded really strange" bug
  75.       -playback quality slightly improved
  76.        (fixed the little known "intermediate ZERO-bitalloc" bug, which
  77.        could have resulted in some (hardly audible) distortions)
  78.     -MPEG file reader improved:
  79.       -FRAMEBUF/K/N and ASYNCBUF/K/N options added
  80.        (user controls for allocation of buffer memory)
  81.       -read error detection added (eg. unexpected end of file)
  82.       -ID3v2 tag recognition added (for now they are simply skipped)
  83.     -DECODER_BUSY detection added (prevent DSP overload)
  84.     -fast forward (Ctrl-F) feature and FFSKIP/K/N option added
  85.     -position timer output and NOTIMER/S option added
  86.     -MONO/S option added (force mono decoding - significant speedup)
  87.  
  88.  
  89. 0.2 (Wed 27-Oct-1999)
  90.     -MPEG file reader improved:
  91.       -detect MPEG1 sync word only (reject MPEG2 and MPEG2.5 files)
  92.       -check frameheader changes (layer and sampling freq must be constant)
  93.       -play already buffered data in case of read error (force EOF)
  94.     -unsupported files (i.e. other than layer II) are skipped
  95.     -NOPLAY/S doesn't open delfina.library (it's not required for this)
  96.     -SHOWTAG/S feature added (display ID3v1 tag before playing)
  97.     -NOFASTL/S and NOFASTP/S options added
  98.      (user controls for allocation of the FAST internal DSP memory;
  99.      the nasty deadlocks/crashes with AHI disappear when using NOFASTP!!)
  100.     -changed license terms to GNU General Public License
  101.  
  102.  
  103. 0.1 (Fri 15-Oct-1999) RELEASE
  104.     -mp2 decoder: little speedup (using more internal DSP memory)
  105.     -mp2 decoder: fixed mono bug
  106.  
  107.  
  108. 0.1 (Thu 07-Oct-1999) BETA_1
  109.